home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1996 / MacHack 1996.toast / Hacks / Hacks ’93 / OK, What was that again? / Application / makefile next >
Encoding:
Makefile  |  1992-06-21  |  366 b   |  16 lines  |  [TEXT/MPS ]

  1. PObjs        = WhatWasThat.p.o    ∂
  2.         Utilities.p.o            ∂
  3.         "{Libraries}"Runtime.o    ∂
  4.         "{Libraries}"Interface.o ∂
  5.         "{PLibraries}"PasLib.o
  6.  
  7. WhatWasThat?    ƒƒ WWT.r WWT.h WWT.icons makefile
  8.     duplicate -y WWT.icons {Targ}
  9.     Rez -rd -o {Targ} WWT.r -append
  10.     SetFile {Targ} -t APPL -c 'OkoK' -a B
  11.  
  12. WhatWasThat?    ƒƒ {PObjs} makefile
  13.     Link -o {Targ} {PObjs}
  14.  
  15. WhatWasThat.p.o    ƒƒ makefile
  16.